home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 4 / CU Amiga Magazine's Super CD-ROM 04 (1996)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1996-11].iso / magazine / psion / utils / 3t_4e.lzx / 3t.txt < prev    next >
Text File  |  1995-04-14  |  6KB  |  148 lines

  1. 3T, Simple File Managers for Psion Series 3 and 3a.
  2.  
  3. 3T is the first application I wrote for my Series 3a back in September 1993.
  4. Then along came a host of fully featured applications like 3aUtils, etc.,
  5. so I forgot about 3T.
  6. Recently the Flash SSD which holds my usual bits and bobs became rather 
  7. full, so I needed to make some space, hence the resurrection of 3T.
  8.  
  9. 3T is a smallish application which handles most normal day-to-day file
  10. activities.  It can view, copy, move, and delete files, make new directories 
  11. and remove unwanted ones.  It works on single files, or groups of tagged 
  12. files.  Up to 39 files are displayed at once, although all files in the ROM
  13. are accessible.  
  14.  
  15. Also in the archive is 3TC.OPA, which is a Series 3 version of 3T.  The
  16. operation is similar to that described below, but there are a few 
  17. differences, e.g. only 24 files are displayed, files are tagged with a dot
  18. after the name.
  19.  
  20. Usage:
  21.  
  22. Copy 3T.OPA to an \APP\ directory, install and run in the usual way.
  23.  
  24. The display shows 3 windows.  The top window shows the full name, path
  25. and size of the file (or directory) highlighted in the lower window.
  26. The status window shows the media type (ROM, RAM, Flash), the space 
  27. used in bytes, and the space free.
  28.  
  29. The lower window shows up to 39 files in the current directory.  As you 
  30. press the arrow keys, each item is highlighted in turn.
  31.  
  32. The keys:
  33.  
  34. The following can be pressed for actions on highlighted files.
  35.  
  36. C  Copy a file.  A dialog appears, enabling you to choose a new drive and/or
  37.    directory to copy the file to.
  38.    
  39. D  Delete a file or directory.  A dialog asking for confirmation appears.
  40.    If you delete a directory containing files, the files are deleted also.
  41.  
  42. L  Log a new drive.  Carry out action on a different drive.  Initiall the
  43.    contents of the 'default' drive are displayed.
  44.  
  45. M  Move a file.  Files can be moved from one location to another.  If any
  46.    files are not copied for some reason, those files will not be deleted.
  47.    
  48. R  Rename a file.  This renames a file.  You cannot move its directory by 
  49.    renaming - use the M key if this is desired.
  50.  
  51. T  Tag a file.  This tags files for actions on groups of files.  The C, D and
  52.    M commands detect when files have been tagged.  When all files have been
  53.    'actioned', the tags are cleared.  Tagged files are shown in italics on 
  54.    the Series 3a, and marked with a spot on the Series 3.
  55.    
  56. U  Untag a file.  Removes a 'tag' from a file.
  57.  
  58. V  Views a file.  This is a limited facility which dumps files to the main
  59.    window.  You can scroll down the file by pressing DownArrow.  Any other
  60.    key returns to the file list.  If the file ends .ASC, .CAP, .DOC, .TXT 
  61.    or .OPL, then the file is shown in non-wordwrapped text format.  
  62.    Otherwise it is wrapped every 51 bytes.
  63.  
  64. +  Makes a new directory.  This works only when a directory is
  65.    highlighted.  If the name typed in is preceded by a backslash, it
  66.    is placed in the root, otherwise it is placed in the highlighted
  67.    directory.  (The full path is displayed before the new directory
  68.    is created - you can abort here!)
  69.  
  70. X  or Psion-X Exits from 3T
  71.  
  72. Escape     Moves to parent of current directory.
  73.  
  74. Enter     i)  Shows file size, date, attributes, free space (3TC only).
  75.          ii)  Moves to the highlighted directory.
  76.         iii)  If '<Root>' is highlighted, moves to parent directory.
  77.      
  78.  
  79. Limitations
  80.  
  81. 3T cannot handle directories more than 9 layers deep!
  82. You cannot rename while copying.  This is easily done from the system screen
  83. anyway.
  84. You can view only up to 39 files on the screen.  While 3T does not scroll if
  85. there are more, their names will appear in the top window, and all actions
  86. still work on them.
  87. Most errors have been trapped (I think), but there is bound to be some case
  88. where I goofed.
  89.  
  90. Release details
  91.  
  92. 3T was written for my personal use.  I have updated it to remove most causes
  93. of failure, and to allow tagged operations.  The original 1993 version was
  94. only 3k in size, but was quicker.  I have released this now as it is still
  95. very small compared with the alternatives, and others may find it useful if
  96. they are a bit short of space.  It is not a marvel of programming, but does
  97. 95% of the jobs I need.
  98.  
  99. You can copy and distribute 3T freely.  It has been translated after size
  100. reduction with AKA, so if you want the source code (OPL) drop me a line to
  101. hzk@cix.compulink.co.uk and I will be happy to send it on to you.
  102.  
  103. Roger Muggleton.
  104. hzk@cix.compulink.co.uk
  105.  
  106.  
  107. UPDATES
  108. -------
  109.  
  110. 25th February, 1995
  111.  
  112. Psion-V  View file facility added.
  113. Fixed bug on renaming file without extension.
  114. File list build up is now visible.
  115.  
  116.  
  117. 26th February, 1995
  118.  
  119. Series 3 version derived from above.
  120.  
  121.  
  122. 3rd March, 1995
  123.  
  124. LeftArrow, RightArrow now work.
  125. Untag moves down like Tag.
  126. Cosmetic changes to <dir>, <root> and <end> symbols.
  127.   Series 3 version only:
  128. Tag symbol now in correct column!
  129. <dir> moved to correct position.
  130. Free space now on file info dialog.
  131.  
  132.  
  133. 25th March, 1995
  134.  
  135. New status window showing Media, Free and Used.
  136. Improvement to Make Directory option.
  137. Grey plane removed - tagged files now shown in italics.  This means that
  138. 3T uses about 7k less memory when running (about 29k needed).
  139. Viewed text no longer overwrites border.
  140.  
  141. 14th April, 1995
  142.  
  143. Trap to stop text file lines longer than 255 chars from causing a read
  144. abort when viewing.
  145. If there is more that 20k memory available when 3t is running, part
  146. of the program is cached, causing faster operation.  This increases
  147. memory requirement by about 3k when caching is active.
  148.